T
ESRI.ArcGIS.Mobile.Client
Generic FeatureCollection Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic FeatureCollection Class

Class useful for maintaining a list of features that could possibly be from different FeatureDataTables.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class FeatureCollection(Of T As Feature) 
   Inherits BindingList(Of T)
C# 
public sealed class FeatureCollection<T> : BindingList<T> where T: Feature

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         ESRI.ArcGIS.Mobile.Client.FeatureCollection

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also